home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00157.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  158 b   |  10 lines

  1. on mouseUp
  2.   global pswd, userNo, checkPswd
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   setAt(pswd, userNo, EMPTY)
  7.   resetUserNames()
  8.   prepfrontpage()
  9. end
  10.